Binary
integer
0.1.0
Binary
Required Methods
pop
Implementations on Foreign Types
u8
u16
u32
u64
u128
usize
Implementors
In crate integer
integer
Trait
Binary
Copy item path
Source
pub trait Binary { // Required method fn
pop
(&mut self) ->
Option
<
bool
>; }
Required Methods
§
Source
fn
pop
(&mut self) ->
Option
<
bool
>
Implementations on Foreign Types
§
Source
§
impl
Binary
for
u8
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
u16
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
u32
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
u64
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
u128
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
usize
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Implementors
§