Struct Vsyncs
#[repr(transparent)]pub struct Vsyncs(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Vsyncs
impl Ord for Vsyncs
§impl PartialOrd for Vsyncs
impl PartialOrd for Vsyncs
impl Copy for Vsyncs
impl Eq for Vsyncs
impl StructuralPartialEq for Vsyncs
Auto Trait Implementations§
impl Freeze for Vsyncs
impl RefUnwindSafe for Vsyncs
impl Send for Vsyncs
impl Sync for Vsyncs
impl Unpin for Vsyncs
impl UnwindSafe for Vsyncs
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