pub struct BlockChannel {
pub block_channel_index: Option<u16>,
pub major_number: Option<u16>,
pub minor_number: Option<u16>,
pub identifier: Option<String>,
}Fields§
§block_channel_index: Option<u16>§major_number: Option<u16>§minor_number: Option<u16>§identifier: Option<String>Trait Implementations§
Source§impl Debug for BlockChannel
impl Debug for BlockChannel
Auto Trait Implementations§
impl Freeze for BlockChannel
impl RefUnwindSafe for BlockChannel
impl Send for BlockChannel
impl Sync for BlockChannel
impl Unpin for BlockChannel
impl UnwindSafe for BlockChannel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more