nekolib_
doc
0.1.0
Binary
Required Methods
pop
Implementations on Foreign Types
u128
u16
u32
u64
u8
usize
Implementors
In nekolib_
doc::
integer
Trait
nekolib_doc
::
integer
::
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
§