pub struct OwnerId(/* private fields */);
Expand description
An OwnerId
is just an identifier the Kernel Module does not check if it matches something else than an number
Implementations§
Trait Implementations§
Source§impl Ord for OwnerId
impl Ord for OwnerId
Source§impl PartialOrd for OwnerId
impl PartialOrd for OwnerId
impl Copy for OwnerId
impl Eq for OwnerId
impl StructuralPartialEq for OwnerId
Auto Trait Implementations§
impl Freeze for OwnerId
impl RefUnwindSafe for OwnerId
impl Send for OwnerId
impl Sync for OwnerId
impl Unpin for OwnerId
impl UnwindSafe for OwnerId
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