Struct ndk_sys::sync_set_deadline
source · #[repr(C)]pub struct sync_set_deadline {
pub deadline_ns: __u64,
pub pad: __u64,
}
Fields§
§deadline_ns: __u64
§pad: __u64
Trait Implementations§
source§impl Clone for sync_set_deadline
impl Clone for sync_set_deadline
source§fn clone(&self) -> sync_set_deadline
fn clone(&self) -> sync_set_deadline
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 sync_set_deadline
impl Debug for sync_set_deadline
impl Copy for sync_set_deadline
Auto Trait Implementations§
impl Freeze for sync_set_deadline
impl RefUnwindSafe for sync_set_deadline
impl Send for sync_set_deadline
impl Sync for sync_set_deadline
impl Unpin for sync_set_deadline
impl UnwindSafe for sync_set_deadline
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