#[repr(C, packed(1))]pub struct l2cap_cmd_rej {
pub reason: u16,
}Fields§
§reason: u16Trait Implementations§
Source§impl Clone for l2cap_cmd_rej
impl Clone for l2cap_cmd_rej
Source§fn clone(&self) -> l2cap_cmd_rej
fn clone(&self) -> l2cap_cmd_rej
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for l2cap_cmd_rej
impl Debug for l2cap_cmd_rej
impl Copy for l2cap_cmd_rej
Auto Trait Implementations§
impl Freeze for l2cap_cmd_rej
impl RefUnwindSafe for l2cap_cmd_rej
impl Send for l2cap_cmd_rej
impl Sync for l2cap_cmd_rej
impl Unpin for l2cap_cmd_rej
impl UnwindSafe for l2cap_cmd_rej
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