Struct divans::BlockSwitch[][src]

pub struct BlockSwitch(pub u8);

Methods

impl BlockSwitch
[src]

Trait Implementations

impl Debug for BlockSwitch
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockSwitch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BlockSwitch
[src]

impl Default for BlockSwitch
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for BlockSwitch

impl Sync for BlockSwitch