#[repr(C, packed(1))]pub struct l2cap_create_req {
pub psm: u16,
pub scid: u16,
pub id: u8,
}
Fields§
§psm: u16
§scid: u16
§id: u8
Trait Implementations§
Source§impl Clone for l2cap_create_req
impl Clone for l2cap_create_req
Source§fn clone(&self) -> l2cap_create_req
fn clone(&self) -> l2cap_create_req
Returns a duplicate 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_create_req
impl Debug for l2cap_create_req
impl Copy for l2cap_create_req
Auto Trait Implementations§
impl Freeze for l2cap_create_req
impl RefUnwindSafe for l2cap_create_req
impl Send for l2cap_create_req
impl Sync for l2cap_create_req
impl Unpin for l2cap_create_req
impl UnwindSafe for l2cap_create_req
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