#[repr(transparent)]pub struct FramebufferId(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl AsRawPropertyValue for FramebufferId
impl AsRawPropertyValue for FramebufferId
fn as_raw_property_value(&self) -> u64
Source§impl Clone for FramebufferId
impl Clone for FramebufferId
Source§fn clone(&self) -> FramebufferId
fn clone(&self) -> FramebufferId
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 FramebufferId
impl Debug for FramebufferId
Source§impl From<FramebufferId> for ObjectId
impl From<FramebufferId> for ObjectId
Source§fn from(value: FramebufferId) -> Self
fn from(value: FramebufferId) -> Self
Converts to this type from the input type.
Source§impl IntoRawPropertyValue for FramebufferId
impl IntoRawPropertyValue for FramebufferId
Source§impl PartialEq for FramebufferId
impl PartialEq for FramebufferId
impl Copy for FramebufferId
impl Eq for FramebufferId
impl StructuralPartialEq for FramebufferId
Auto Trait Implementations§
impl Freeze for FramebufferId
impl RefUnwindSafe for FramebufferId
impl Send for FramebufferId
impl Sync for FramebufferId
impl Unpin for FramebufferId
impl UnwindSafe for FramebufferId
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